home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / disk / misc / xfs.lha / xfs / Devs / DOSDrivers / ZIPX < prev   
Encoding:
Text File  |  1998-06-28  |  709 b   |  32 lines

  1. /* $VER: ZIPX 2.16 (28.6.98)
  2.  *
  3.  * ZIP X FileSystem entry for a 100M ZIP cartridge.
  4.  */
  5.  
  6. FileSystem      = L:xfsd
  7. Flags           = 0
  8. Surfaces        = 2
  9. BlocksPerTrack  = 64
  10. SectorsPerBlock = 1
  11. SectorSize      = 512
  12. Mask            = 0x7ffffffe
  13. MaxTransfer     = 0x100000
  14. Reserved        = 0
  15. Interleave      = 0
  16. LowCyl          = 0
  17. HighCyl         = 1535
  18. Buffers         = 50
  19. BufMemType      = 0
  20. StackSize       = 16000
  21. Priority        = 10
  22. GlobVec         = -1
  23. DosType         = 0x58465344 /* 'XFSD' */
  24.  
  25. /* The Device and Unit fields are controlled by tooltypes
  26.  * in the ZIPX icon. Be sure to change them to your values!
  27.  * These are just examples!
  28.  *
  29.  * Device       = scsi.device
  30.  * Unit         = 5
  31.  */
  32.